projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca65341
)
(find_charset_in_str): Do not set the value of
author
Kenichi Handa
<handa@m17n.org>
Sat, 20 Jun 1998 03:01:00 +0000
(
03:01
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Sat, 20 Jun 1998 03:01:00 +0000
(
03:01
+0000)
charsets[LEADING_CODE_COMPOSITION].
src/charset.c
patch
|
blob
|
history
diff --git
a/src/charset.c
b/src/charset.c
index 1902fe8be8c84fb5a47e54243f202d30b37266cc..f9a10205a201a59ef0776c18ec50f560bcf8be24 100644
(file)
--- a/
src/charset.c
+++ b/
src/charset.c
@@
-691,11
+691,6
@@
find_charset_in_str (str, len, charsets, table, cmpcharp)
}
str += cmpcharp->len;
len -= cmpcharp->len;
- if (!charsets[LEADING_CODE_COMPOSITION])
- {
- charsets[LEADING_CODE_COMPOSITION] = 1;
- num += 1;
- }
continue;
}